
--------------------------------------------------------------------------------

Bitmap  StringGrid .
: Olivio Moura

: Delphi 3.x ( )

   OnDrawCell  StringGrid   :

   1 ( ) 

     with (Sender as TStringGrid) do 
     with Canvas do 
        begin 
        {...} 
        Draw(Rect.Left, Rect.Top, Image1.Picture.Graphic); 
        {...} 
        end; 

 
 
